Skip to content

Commit

Permalink
Merge pull request #50 from vimc/hotfix
Browse files Browse the repository at this point in the history
correct iamge in config
  • Loading branch information
hillalex authored Jul 19, 2023
2 parents a1d6e73 + f5dbba6 commit 71a4f46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/packit/orderly-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ packit:
repo: mrcide
api:
name: packit-api
tag: master
tag: main
app:
name: packit
tag: mrc-4261
Expand Down
2 changes: 1 addition & 1 deletion test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_example_config():

assert cfg.proxy_enabled
assert cfg.proxy_ssl_self_signed
assert str(cfg.images["proxy"]) == "vimc/orderly-web-proxy:mrc-4255"
assert str(cfg.images["proxy"]) == "vimc/orderly-web-proxy:master"

assert cfg.orderly_expose
assert cfg.orderly_initial_source == "clone"
Expand Down
2 changes: 1 addition & 1 deletion test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
def test_start_and_stop():
path = "config/basic"
try:
res = orderly_web.start(path)
res = orderly_web.start(path, pull_images=True)
assert res

cl = docker.client.from_env()
Expand Down

0 comments on commit 71a4f46

Please sign in to comment.