Skip to content

Commit

Permalink
moving banana clone right above the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximaz committed May 3, 2024
1 parent 6c6ec71 commit 4845ff6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: "Get banana profile"
run: |
git clone https://${{ env.PERSONNAL_ACCESS_TOKEN }}@github.com/Epitech/banana-coding-style-checker
mv banana-coding-style-checker/vera .
mv banana-coding-style-checker/vera /vera
rm -rf banana-coding-style-checker
- name: Build and push
Expand All @@ -41,7 +41,3 @@ jobs:
push: true
platforms: linux/arm64
tags: ximaz/epitech-coding-style-aarch64:latest
cache-from: |
type=local,src=vera
cache-to: |
type=local,dest=/vera

0 comments on commit 4845ff6

Please sign in to comment.