Skip to content

Commit

Permalink
Merge pull request #761 from ccamacho/tkflow
Browse files Browse the repository at this point in the history
fix: string in revision error PEP 440
  • Loading branch information
ccamacho authored Jul 26, 2023
2 parents 9ed1541 + ed3dea9 commit 5e1e627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/gitlab_merge_request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export ARA_API_SERVER="http://127.0.0.1:8000"
# Install the CLI/agent
#
python3 -m pip install -r ./agent/requirements.txt
KUBEINIT_REVISION="${revision:-ci}" python3 -m pip install --upgrade ./agent
KUBEINIT_REVISION="${revision:-99}" python3 -m pip install --upgrade ./agent

KUBEINIT_SPEC=$KUBEINIT_SPEC_LABEL

Expand Down
2 changes: 1 addition & 1 deletion ci/launch_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ podman exec -it api-server /bin/bash -c "ara-manage migrate"
# Install the CLI/agent
#
python3 -m pip install -r ./agent/requirements.txt
KUBEINIT_REVISION="${revision:-ci}" python3 -m pip install --upgrade ./agent
KUBEINIT_REVISION="${revision:-99}" python3 -m pip install --upgrade ./agent

export KUBEINIT_COMMON_DNS_PUBLIC='10.11.5.160'

Expand Down

0 comments on commit 5e1e627

Please sign in to comment.