Skip to content

Commit 3af7b97

Browse files
committed
Revert accidental change
1 parent f0190de commit 3af7b97

File tree

54 files changed

+142
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+142
-142
lines changed

.github/workflows/cli-assets-component-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
creds: ${{secrets.AZUREML_CREDENTIALS}}
3232
- name: bootstrap resources
3333
run: |
34-
bash bootstrapping/bootstrap.sh
35-
working-directory: infra
34+
bash bootstrap.sh
35+
working-directory: infra/bootstrapping
3636
continue-on-error: false
3737
- name: setup-cli
3838
run: |

.github/workflows/cli-assets-component-train.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
creds: ${{secrets.AZUREML_CREDENTIALS}}
3232
- name: bootstrap resources
3333
run: |
34-
bash bootstrapping/bootstrap.sh
35-
working-directory: infra
34+
bash bootstrap.sh
35+
working-directory: infra/bootstrapping
3636
continue-on-error: false
3737
- name: setup-cli
3838
run: |

.github/workflows/cli-assets-data-azure-sql-import.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
creds: ${{secrets.AZUREML_CREDENTIALS}}
3232
- name: bootstrap resources
3333
run: |
34-
bash bootstrapping/bootstrap.sh
35-
working-directory: infra
34+
bash bootstrap.sh
35+
working-directory: infra/bootstrapping
3636
continue-on-error: false
3737
- name: setup-cli
3838
run: |

.github/workflows/cli-assets-data-cloud-file-https.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
creds: ${{secrets.AZUREML_CREDENTIALS}}
3232
- name: bootstrap resources
3333
run: |
34-
bash bootstrapping/bootstrap.sh
35-
working-directory: infra
34+
bash bootstrap.sh
35+
working-directory: infra/bootstrapping
3636
continue-on-error: false
3737
- name: setup-cli
3838
run: |

.github/workflows/cli-assets-data-cloud-file-wasbs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
creds: ${{secrets.AZUREML_CREDENTIALS}}
3232
- name: bootstrap resources
3333
run: |
34-
bash bootstrapping/bootstrap.sh
35-
working-directory: infra
34+
bash bootstrap.sh
35+
working-directory: infra/bootstrapping
3636
continue-on-error: false
3737
- name: setup-cli
3838
run: |

.github/workflows/cli-assets-data-cloud-file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
creds: ${{secrets.AZUREML_CREDENTIALS}}
3232
- name: bootstrap resources
3333
run: |
34-
bash bootstrapping/bootstrap.sh
35-
working-directory: infra
34+
bash bootstrap.sh
35+
working-directory: infra/bootstrapping
3636
continue-on-error: false
3737
- name: setup-cli
3838
run: |

.github/workflows/cli-assets-data-cloud-folder-https.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
creds: ${{secrets.AZUREML_CREDENTIALS}}
3232
- name: bootstrap resources
3333
run: |
34-
bash bootstrapping/bootstrap.sh
35-
working-directory: infra
34+
bash bootstrap.sh
35+
working-directory: infra/bootstrapping
3636
continue-on-error: false
3737
- name: setup-cli
3838
run: |

.github/workflows/cli-assets-data-cloud-folder-wasbs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
creds: ${{secrets.AZUREML_CREDENTIALS}}
3232
- name: bootstrap resources
3333
run: |
34-
bash bootstrapping/bootstrap.sh
35-
working-directory: infra
34+
bash bootstrap.sh
35+
working-directory: infra/bootstrapping
3636
continue-on-error: false
3737
- name: setup-cli
3838
run: |

.github/workflows/cli-assets-data-cloud-folder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
creds: ${{secrets.AZUREML_CREDENTIALS}}
3232
- name: bootstrap resources
3333
run: |
34-
bash bootstrapping/bootstrap.sh
35-
working-directory: infra
34+
bash bootstrap.sh
35+
working-directory: infra/bootstrapping
3636
continue-on-error: false
3737
- name: setup-cli
3838
run: |

.github/workflows/cli-assets-data-cloud-mltable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
creds: ${{secrets.AZUREML_CREDENTIALS}}
3232
- name: bootstrap resources
3333
run: |
34-
bash bootstrapping/bootstrap.sh
35-
working-directory: infra
34+
bash bootstrap.sh
35+
working-directory: infra/bootstrapping
3636
continue-on-error: false
3737
- name: setup-cli
3838
run: |

0 commit comments

Comments
 (0)