Skip to content

Commit

Permalink
fix: find out where script is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
todpunk committed Dec 31, 2024
1 parent 05f5648 commit 14c8d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

set -e
CLUSTER_SERVICES_FILE="./helm_values/cluster-services.yaml"
PROMETHEUS_FILE="./helm_values/prometheus.yaml"

Expand All @@ -22,6 +23,6 @@ echo "REACTORCIDE_JOB_ENTRYPOINT=${REACTORCIDE_JOB_ENTRYPOINT}" >> jobenv.sh

touch sshkey
chmod 600 sshkey
echo "${CI_SSH_KEY}" > sshkey
echo "${CI_SSH_KEY}" >> sshkey
scp -i sshkey -P ${CI_HOST_PORT} runnerenv.sh jobenv.sh ${CI_HOST_ADDRESS}
ssh ${CI_HOST_ADDRESS} -i sshkey -p ${CI_HOST_PORT} external-root.sh

0 comments on commit 14c8d50

Please sign in to comment.