Skip to content

Commit

Permalink
Merge branch 'feature/enable-core-5-prepdev' into 'main'
Browse files Browse the repository at this point in the history
Fix the deployment to core-5 prepdev

See merge request rpki/rpki-ta-0!125
  • Loading branch information
ties committed Nov 22, 2023
2 parents 2f7456d + ea5e9c1 commit 405f35f
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 405f35f

Please sign in to comment.