Skip to content

Commit

Permalink
Upgrade validator to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Oct 11, 2024
1 parent 2a82e63 commit b229d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ testapi:
rules:
- if: $CI_COMMIT_TAG
script:
- VALIDATOR_IMAGE="ghcr.io/metno/sedr:0.7.5-2"
- VALIDATOR_IMAGE="ghcr.io/metno/sedr:0.7.6"
- LAST_GIT_TAG=$(git describe --tags --match="v[0-9]*" --abbrev=0)
- RELEASE_TAG="${LAST_GIT_TAG}-${CI_PIPELINE_IID}"
- RELEASE_IMAGE_NAME="${CI_REGISTRY_IMAGE}:${RELEASE_TAG}"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ allowlist_externals =
bash
docker
commands_pre = bash -c 'python app.py &> app.log & sleep 10'
commands = docker run --tty=true --network=host --rm -v .:/logs ghcr.io/metno/sedr:0.7.5-2 --log-file /logs/debug.log --openapi http://localhost:5000/api --url http://localhost:5000
commands = docker run --tty=true --network=host --rm -v .:/logs ghcr.io/metno/sedr:0.7.6 --log-file /logs/debug.log --openapi http://localhost:5000/api --url http://localhost:5000
commands_post = bash -c 'sleep 10 && kill $(lsof -t -i:5000)'

[testenv:lintci]
Expand Down

0 comments on commit b229d56

Please sign in to comment.