Skip to content

Commit

Permalink
Fix deploy to core-5 prepdev
Browse files Browse the repository at this point in the history
  • Loading branch information
ties committed Nov 22, 2023
1 parent 2f7456d commit ea5e9c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sonarqube:
- ssh-keygen -y -l -f ${SSH_KEY}
- >
src/main/scripts/deploy.sh ${SSH_KEY}
rpki-ta-0-*.tgz ${NODES}
rpki-ta-0-*.tgz "${NODES}"
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
Expand All @@ -111,6 +111,6 @@ localcert:
prepdev:
<<: *deploy
variables:
NODES: "core-3.rpki.prepdev.ripe.net,core-5.rpki.prepdev.ripe.net"
environment:
# Use spaces to separate hosts
NODES: "core-3.rpki.prepdev.ripe.net core-5.rpki.prepdev.ripe.net"
name: prepdev

0 comments on commit ea5e9c1

Please sign in to comment.