Skip to content

Commit

Permalink
ci: iterate on run-on-nix
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Oct 27, 2023
1 parent e412c58 commit 72813cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/apps/tasks/run-on-nix-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -eu

export CI_ROOT=$(pwd)

host_name=$(cat docker-host/metadata | jq -r '.docker_host_name')
host_name=$(cat nix-host/metadata | jq -r '.docker_host_name')
echo "Running on host: ${host_name}"
host_zone=$(cat docker-host/metadata | jq -r '.docker_host_zone')
gcp_project=$(cat docker-host/metadata | jq -r '.docker_host_project')
host_zone=$(cat nix-host/metadata | jq -r '.docker_host_zone')
gcp_project=$(cat nix-host/metadata | jq -r '.docker_host_project')

gcloud_ssh() {
gcloud compute ssh ${host_name} \
Expand Down

0 comments on commit 72813cb

Please sign in to comment.