Skip to content

Commit 663ae79

Browse files
authored
Update develop-image.yml
Remove version update post from build script Signed-off-by: David P. Chassin <david.chassin@me.com>
1 parent 87810e2 commit 663ae79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/develop-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,6 @@ jobs:
230230
version=$(./build-aux/version.sh --version)
231231
build=$(./build-aux/version.sh --number)
232232
branch=$(./build-aux/version.sh --branch)
233-
curl -f -X POST "https://version.gridlabd.us/update_latest" \
234-
-H "Content-Type: application/json" \
235-
-d "{\"version\": \"$version\", \"build\": \"$build\", \"branch\": \"$branch\", \"sk\": \"${{ secrets.DEVELOPSK }}\"}"
233+
# curl -f -X POST "https://version.gridlabd.us/update_latest" \
234+
# -H "Content-Type: application/json" \
235+
# -d "{\"version\": \"$version\", \"build\": \"$build\", \"branch\": \"$branch\", \"sk\": \"${{ secrets.DEVELOPSK }}\"}"

0 commit comments

Comments
 (0)