Skip to content

Commit

Permalink
Fix the variable substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
parnham committed May 11, 2021
1 parent 054936a commit 88723b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ deploy-phi:
needs: [ package-all ]
script:
- for REPO in bionic focal; do
phi-deploy build/libpsinc0*~$REPO_amd64.deb $REPO oss;
phi-deploy build/libpsinc-dev*~$REPO_amd64.deb $REPO oss;
phi-deploy build/libpsinc0*~${REPO}_amd64.deb $REPO oss;
phi-deploy build/libpsinc-dev*~${REPO}_amd64.deb $REPO oss;
done

0 comments on commit 88723b5

Please sign in to comment.