Skip to content
Snippets Groups Projects
Verified Commit b4cd2ce4 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Change styleguide var

parent 0ee10a1d
No related branches found
No related tags found
No related merge requests found
Pipeline #1737 passed
...@@ -3,7 +3,7 @@ image: node:buster ...@@ -3,7 +3,7 @@ image: node:buster
variables: variables:
SITE_NAME: cf2021.pirati.cz SITE_NAME: cf2021.pirati.cz
ARTIFACTS_PATH: build ARTIFACTS_PATH: build
STYLEGUIDE_URL: https://stylegude.pir-test.eu/latest REACT_APP_STYLEGUIDE_URL: https://stylegude.pir-test.eu/latest
API_URL: https://cf2021.pirati.cz/api API_URL: https://cf2021.pirati.cz/api
WEBHOOK_URL: https://ha-web.pirati.cz WEBHOOK_URL: https://ha-web.pirati.cz
...@@ -13,7 +13,6 @@ before_script: ...@@ -13,7 +13,6 @@ before_script:
build: build:
stage: build stage: build
script: script:
- echo "REACT_APP_STYLEGUIDE_URL $STYLEGUIDE_URL" >> .env
- npm install - npm install
- npm run build - npm run build
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment