Skip to content

Commit

Permalink
fix SYNC-4566: Change the path for end to end testci builds. (#816)
Browse files Browse the repository at this point in the history
This fixes the path for the end to end docker image that gets built on
CI.

This is building fine on CI but we are getting an error that will need
to be fixed first: https://mozilla-hub.atlassian.net/browse/SYNC-4567
b4handjr authored Jan 9, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents ed29fb5 + de70056 commit a7068e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -482,7 +482,7 @@ workflows:
- build-test-container:
name: Build End-To-End Test Image
image: autopush-end-to-end-tests
path: end-to-end
path: notification
filters:
tags:
only: /.*/

0 comments on commit a7068e0

Please sign in to comment.