Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: find out where script is failing #5

Merged
merged 1 commit into from
Dec 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: find out where script is failing
todpunk committed Dec 31, 2024

Verified

This commit was signed with the committer’s verified signature.
tprrt Thomas Perrot
commit c74189d51acc2c06a8f9dd78e3b9de1c27b01810
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"

@@ -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