Skip to content

Commit

Permalink
bump latest web commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwolAmatya committed May 14, 2024
1 parent 316e5fc commit 34e869c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=8bbbc7ee14e359e1368af92ef14120b6ff3d5854
WEB_COMMITID=4035f5d8cbfb483d5ed24395c09171598a42b1b1
WEB_BRANCH=stable-8.0
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ def e2eTestPipeline(ctx):
"type": "docker",
"name": "e2e-tests-%s-%s" % (name, run_part),
"steps": steps_before + [run_e2e] + steps_after,
"depends_on": getPipelineNames([buildOcisBinaryForTesting(ctx)] + buildWebCache(ctx)),
"depends_on": getPipelineNames(buildOcisBinaryForTesting(ctx) + buildWebCache(ctx)),
"trigger": e2e_trigger,
"volumes": e2e_volumes,
})
Expand Down

0 comments on commit 34e869c

Please sign in to comment.