Skip to content

Commit

Permalink
release prep 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzwa committed Oct 15, 2023
1 parent fcb8466 commit 2f8d05f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export DIST_NAME=MonsterPi
export DIST_VERSION=0.3.0-rc1
export DIST_VERSION=0.3.0

export BASE_DISTRO=ubuntu
export BASE_ARCH=aarch64
Expand Down
2 changes: 1 addition & 1 deletion src/modules/monsterpi/config
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
[ -n "$MONSTERPI_INCLUDE_HAPROXY" ] || MONSTERPI_INCLUDE_HAPROXY=yes

# FDM Monster version
[ -n "$MONSTERPI_FDMMONSTER_VERSION" ] || MONSTERPI_FDMMONSTER_VERSION=1.5.0-rc2
[ -n "$MONSTERPI_FDMMONSTER_VERSION" ] || MONSTERPI_FDMMONSTER_VERSION=1.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ npm run uninstall
# Step 5) Switch the latest FDM Monster to this tag
echo "[5/${ts}] Downloading version version ${tag} of FDM Monster from Github"
pushd "${server_path}"
zip_file=${dist_prefix}-${tag}.zip
curl -fsSL https://github.com/$org/$repo/releases/download/${tag}/${zip_file} -o "${dist_zips_path}/${zip_file}"
curl -fsSL ${url} -o "${dist_zips_path}/${zip_file}"

# Step 6) Clear the old dist folder
echo "[6/${ts}] Clearing old dist folder"
Expand Down

0 comments on commit 2f8d05f

Please sign in to comment.