Skip to content

Commit

Permalink
CI: fix download dir setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ansiwen committed Jan 12, 2025
1 parent 39bdfca commit a06fbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variables:
- git config --global --add safe.directory ${CI_PROJECT_DIR}
- git config --global --add safe.directory /nethsm-tools
- sudo chmod 01777 /downloads
- "sudo chown -R 1000:1000 /downloads/*"
- "sudo chown -R 1000:1000 /downloads/."
- mkdir -p /downloads/opam
- ln -s /downloads/opam ~/.opam/download-cache

Expand Down

0 comments on commit a06fbcf

Please sign in to comment.