Skip to content

Commit

Permalink
Update master-image.yml
Browse files Browse the repository at this point in the history
Remove version update from build script

Signed-off-by: David P. Chassin <[email protected]>
  • Loading branch information
dchassin authored Jan 8, 2025
1 parent 663ae79 commit ca17180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@ jobs:
version=$(./build-aux/version.sh --version)
build=$(./build-aux/version.sh --number)
branch=$(./build-aux/version.sh --branch)
curl -f -X POST "https://version.gridlabd.us/update_latest" \
-H "Content-Type: application/json" \
-d "{\"version\": \"$version\", \"build\": \"$build\", \"branch\": \"$branch\", \"sk\": \"${{ secrets.MASTERSK }}\"}"
# curl -f -X POST "https://version.gridlabd.us/update_latest" \
# -H "Content-Type: application/json" \
# -d "{\"version\": \"$version\", \"build\": \"$build\", \"branch\": \"$branch\", \"sk\": \"${{ secrets.MASTERSK }}\"}"

0 comments on commit ca17180

Please sign in to comment.