Skip to content

Commit d3bdfd2

Browse files
committed
chore: remove redundant env vars for e2e tests run script
Ticket: none Changelog: Removed not needed SERVER_ROOT and GUI_REPOSITORY env vars supplied to the frontend/tests/e2e_tests/run script (the script exports the vars on its own) Signed-off-by: Dusan Haustein <[email protected]>
1 parent 07270e2 commit d3bdfd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ build:frontend:docker:
212212
test:frontend:acceptance:
213213
extends: .template:test:frontend:acceptance
214214
script:
215-
- GUI_REPOSITORY=$(pwd)/frontend SERVER_ROOT=$(pwd) ./frontend/tests/e2e_tests/run
215+
- ./frontend/tests/e2e_tests/run
216216

217217
test:frontend:acceptance:enterprise:
218218
extends: .template:test:frontend:acceptance
@@ -225,7 +225,7 @@ test:frontend:acceptance:enterprise:
225225
- unset MENDER_IMAGE_REGISTRY MENDER_IMAGE_REPOSITORY
226226
- export MENDER_IMAGE_TAG=main
227227
- docker login -u $REGISTRY_MENDER_IO_USERNAME -p $REGISTRY_MENDER_IO_PASSWORD registry.mender.io
228-
- GUI_REPOSITORY=$(pwd)/frontend SERVER_ROOT=$(pwd) ./frontend/tests/e2e_tests/run --enterprise
228+
- ./frontend/tests/e2e_tests/run --enterprise
229229

230230
.template:publish:frontend:tests:
231231
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/${NODE_IMAGE}

0 commit comments

Comments
 (0)