Compare commits

...

3 Commits

Author SHA1 Message Date
wpetit 8f47f7e503 Merge tag '0.0.3' into develop
Dependencies update
2021-07-09 13:50:02 +02:00
wpetit 3bb5c2008b Merge branch 'release/0.0.3' 2021-07-09 13:49:45 +02:00
wpetit 543ef26c64 Bump install script release version 2021-07-09 13:49:33 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
set -eo pipefail
SCAFFOLD_VERSION=${SCAFFOLD_VERSION:-0.0.2}
RELEASE_INFO_URL=https://forge.cadoles.com/api/v1/repos/wpetit/scaffold/releases/tags/0.0.2
SCAFFOLD_VERSION="${SCAFFOLD_VERSION:-0.0.3}"
RELEASE_INFO_URL="https://forge.cadoles.com/api/v1/repos/wpetit/scaffold/releases/tags/${SCAFFOLD_VERSION}"
function assert_command_available {
local command=$1