Skip to content

Commit

Permalink
add forklift config to root homedir
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed May 8, 2024
1 parent 72f94c0 commit a201ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ default:
#
.forklift-cache:
before_script:
- mkdir ~/.forklift
- cp .forklift/config.toml ~/.forklift/config.toml
- >
if [ "$FORKLIFT_BYPASS" != "true" ]; then
echo "FORKLIFT_BYPASS not set";
Expand Down

0 comments on commit a201ceb

Please sign in to comment.