Skip to content
Snippets Groups Projects
Commit 04d924b0 authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

fix

parent e84e7634
Branches
No related tags found
1 merge request!19fix ci
Pipeline #43795 passed
...@@ -183,5 +183,3 @@ deploy-front-prod: ...@@ -183,5 +183,3 @@ deploy-front-prod:
DOMAIN: eatfast.cs-campus.fr DOMAIN: eatfast.cs-campus.fr
PRIVATE_KEY: "$SSH_PRIVATE_KEY" PRIVATE_KEY: "$SSH_PRIVATE_KEY"
IMAGE: "front" IMAGE: "front"
env:
CI: false
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "CI=false && react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment