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 0274d41 commit 41904ae
Showing 1 changed file with 1 addition and 1 deletion.
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 41904ae

Please sign in to comment.