Skip to content

Commit

Permalink
{ fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndWeHaveAPlan authored Nov 24, 2023
1 parent 0f2e999 commit f5127b6
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 @@ -122,7 +122,7 @@ default:
- chmod +x forklift
- mkdir .forklift
- cp $FL_FORKLIFT_CONFIG .forklift/config.toml
- export FORKLIFT_PACKAGE_SUFFIX=$CI_JOB_NAME/ [0-9 \/]*}
- export FORKLIFT_PACKAGE_SUFFIX=${CI_JOB_NAME/ [0-9 \/]*}
- shopt -s expand_aliases
- export PATH=$PATH:$(pwd)
- |
Expand Down

0 comments on commit f5127b6

Please sign in to comment.