We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efd594 commit 8787a15Copy full SHA for 8787a15
.github/workflows/infra-apply.yaml
@@ -21,6 +21,7 @@ jobs:
21
- name: pre-config
22
run: |
23
echo "${{ secrets.NFSKEY }}" > ./ssh_key
24
+ chmod 600 ./ssh_key
25
- name: update name from Stageing to production
26
27
sed -i 's/odo-stage/odo-tests/g' scripts/ansible/Cluster/vars.yml
.github/workflows/infra-test.yaml
@@ -22,6 +22,7 @@ jobs:
- name: Create Stageing Cluster
uses: dawidd6/action-ansible-playbook@v2
28
env:
0 commit comments