Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
pass VERSION via CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Oct 24, 2023
1 parent dd4379c commit 3498dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-appengine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
with:
python-version: '3.7'
- run: python dashboard/bin/deploy --promote app.yaml api.yaml upload.yaml upload-processing.yaml dispatch.yaml index.yaml
env:
VERSION: ${{github.run_number}}
2 changes: 0 additions & 2 deletions dashboard/dev_dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ ARG PROTOBUF_VERSION=3.6.1.3-2

ENV PATH=/usr/local/depot_tools:${PATH}

# TODO(atuchin): do we need to set up the version manually?
# ENV VERSION=1005

# The latest version is in sid repo. So need to specify the
# version of dependency to avoid version conflix if you want
Expand Down

0 comments on commit 3498dba

Please sign in to comment.