File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
articles/cyclecloud/how-to/ccws Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
title : How to deploy a CycleCloud Workspace for Slurm environment using the CLI
3
3
description : How to deploy a CycleCloud Workspace for Slurm environment using the Azure CLI and the Azure Portal UI Sandbox
4
4
author : xpillons
5
- ms.date : 08/22/2024
5
+ ms.date : 01/29/2025
6
6
ms.author : xpillons
7
7
---
8
8
@@ -13,7 +13,9 @@ Prerequisites: Users will need to install the Azure CLI and Git. They will then
13
13
- Clone the Azure CycleCloud Workspace for Slurm on the latest stable release
14
14
15
15
``` bash
16
- git clone https://github.com/Azure/cyclecloud-slurm-workspace.git --branch < release>
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
17
19
```
18
20
19
21
- Copy the content of the UI definition file ` ./uidefinitions/createUiDefinition.json `
You can’t perform that action at this time.
0 commit comments