Skip to content

Commit

Permalink
Revert accidental change to working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed Oct 21, 2023
1 parent cfb7dcb commit 9c20d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def write_job_using_registry_components_workflow(job):
run: |
echo '{GITHUB_CONCURRENCY_GROUP}';
bash bootstrap.sh
working-directory: infra
working-directory: infra/bootstrapping
continue-on-error: false
- name: setup-cli
run: |
Expand Down Expand Up @@ -789,7 +789,7 @@ def write_script_workflow(script):
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra
working-directory: infra/bootstrapping
continue-on-error: false
- name: setup-cli
run: |
Expand Down Expand Up @@ -850,7 +850,7 @@ def write_schedule_workflow(schedule):
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra
working-directory: infra/bootstrapping
continue-on-error: false
- name: setup-cli
run: |
Expand Down

0 comments on commit 9c20d92

Please sign in to comment.