Skip to content

Commit

Permalink
removed out-of-sync version project files
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Apr 5, 2024
1 parent 16f02fa commit 791b7dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload_docker_image_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
echo "Building images from the branch: $BRANCH"
VER=$(cat ./projects/jupyterhub-hub/VERSION)
VER=$(cat ./VERSION)
echo "Building images of version: $VER"
if [ $BRANCH != "release" ]
then
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
echo "Building images from the branch: $BRANCH"
VER=$(cat ./projects/jupyterhub-singleuser/VERSION)
VER=$(cat ./VERSION)
echo "Building images of version: $VER"
if [ $BRANCH != "release" ]
then
Expand Down
1 change: 0 additions & 1 deletion projects/jupyterhub-hub/VERSION

This file was deleted.

1 change: 0 additions & 1 deletion projects/jupyterhub-singleuser/VERSION

This file was deleted.

0 comments on commit 791b7dc

Please sign in to comment.