Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jan 6, 2025
1 parent 885d779 commit 41cac22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
go test *.go
- name: Provision a local Mini instance
run: ansible-playbook -i $GITHUB_WORKSPACE/provisioning/inventory $GITHUB_WORKSPACE/provisioning/local_setup.yml --connection=local --become
#- name: Provision a local Mini instance
# run: ansible-playbook -i $GITHUB_WORKSPACE/provisioning/inventory $GITHUB_WORKSPACE/provisioning/local_setup.yml --connection=local --become

- id: 'auth'
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -49,7 +49,7 @@ jobs:
project_id: snowplow-images

- name: Enable Cloud Resource Manager API
run: cloud services enable cloudresourcemanager.googleapis.com --project snowplow-images
run: gcloud services enable cloudresourcemanager.googleapis.com --project snowplow-images

- name: SSH config for Ansible
run: mkdir ~/.ssh && echo -e "Host 127.0.0.1\nHostKeyAlgorithms +ssh-rsa\nPubkeyAcceptedKeyTypes +ssh-rsa" >> ~/.ssh/config
Expand Down

0 comments on commit 41cac22

Please sign in to comment.