Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beeinger committed May 3, 2024
1 parent 853bc1e commit 92005d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
echo -e '## Git sha: ${{ github.sha }}\nDate UNIX: $(date +%s)\n' >> version.md &&\
echo '${{ secrets.ENV_CONFIG }}' > /root/l2-indexer/.env &&\
docker image prune -f &&\
docker builder prune -f &&\
docker builder prune -f &&\
cd /root/l2-indexer &&\
source ~/.cargo/env &&\
cargo make setup"
shell: bash

0 comments on commit 92005d7

Please sign in to comment.