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 4cf78e4 commit f200682Copy full SHA for f200682
articles/cyclecloud/how-to/ccws/deploy-with-cli.md
@@ -13,9 +13,7 @@ Prerequisites: Users need to install the Azure CLI and Git and then sign into or
13
- Clone the Azure CycleCloud Workspace for Slurm on the latest stable release
14
15
```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
+git clone --depth 1 https://github.com/azure/cyclecloud-slurm-workspace.git
19
```
20
21
- Copy the content of the UI definition file `./uidefinitions/createUiDefinition.json`
0 commit comments