Skip to content

Commit f200682

Browse files
committed
clone main now that it's aligned with the prod marketplace
1 parent 4cf78e4 commit f200682

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/cyclecloud/how-to/ccws/deploy-with-cli.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Prerequisites: Users need to install the Azure CLI and Git and then sign into or
1313
- Clone the Azure CycleCloud Workspace for Slurm on the latest stable release
1414

1515
```bash
16-
latest=$(curl -s https://api.github.com/repos/azure/cyclecloud-slurm-workspace/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")')
17-
echo "cloning on $latest"
18-
git clone --depth 1 --branch $latest https://github.com/azure/cyclecloud-slurm-workspace.git
16+
git clone --depth 1 https://github.com/azure/cyclecloud-slurm-workspace.git
1917
```
2018

2119
- Copy the content of the UI definition file `./uidefinitions/createUiDefinition.json`

0 commit comments

Comments
 (0)