From 4ace7418323749ac36f9b15421e77c9c9192fffa Mon Sep 17 00:00:00 2001 From: Elia Bieri Date: Wed, 14 Dec 2022 16:35:11 +0100 Subject: [PATCH] Move currents.dev key to package.json --- bitbucket-pipelines.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 73582a08..f014dcc0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -13,6 +13,7 @@ e2e: &e2e - vbvpip - cypress script: + - export CURRENTS_KEY=etzp5VXtJcSX8Z4H - export IT_SERVE_VUE=false - export IT_ALLOW_LOCAL_LOGIN=true - source ./env/bitbucket/prepare_for_test.sh diff --git a/package.json b/package.json index e8f7cf5a..6229e1a5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "build": "npm install --prefix client && npm run build --prefix client && npm run build:tailwind --prefix client", "test": "echo \"Error: no test specified\" && exit 1", "cypress:open": "cypress open", - "cypress:ci": "currents run --parallel --record --key etzp5VXtJcSX8Z4H", + "cypress:ci": "currents run --parallel --record --key $CURRENTS_KEY", "prettier": "npm run prettier --prefix client" }, "devDependencies": {