Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2021
Kelas D
Justika - Pengembangan Platform untuk UMKM
Justika UMKM Legal - Frontend
Commits
d3fc9f1d
Commit
d3fc9f1d
authored
May 17, 2021
by
Shafiya Adzhani
Browse files
fix gitlab ci
parent
5d51e06c
Pipeline
#77481
passed with stages
in 14 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d3fc9f1d
...
...
@@ -11,9 +11,6 @@ setup:
stage
:
setup
script
:
-
npm ci
except
:
changes
:
-
"
README.md"
cache
:
key
:
dependency
paths
:
...
...
@@ -24,9 +21,6 @@ lint:
script
:
-
npm install eslint eslint-plugin-jest eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-testing-library
-
node_modules/eslint/bin/eslint.js .
except
:
changes
:
-
"
README.md"
cache
:
key
:
dependency
policy
:
pull
...
...
@@ -37,9 +31,6 @@ test:
stage
:
test-build
script
:
-
npm run test:coverage
except
:
changes
:
-
"
README.md"
artifacts
:
expire_in
:
1 hour
paths
:
...
...
@@ -55,9 +46,6 @@ build:
stage
:
test-build
script
:
-
npm run build
except
:
changes
:
-
"
README.md"
artifacts
:
expire_in
:
1 hour
paths
:
...
...
@@ -76,9 +64,6 @@ integration:
-
npm run cypress:install
-
npm run start:gitlab
-
npm run cypress:gitlab
except
:
changes
:
-
"
README.md"
cache
:
key
:
dependency
policy
:
pull
...
...
@@ -122,9 +107,6 @@ SonarScanner:
deploy-staging
:
stage
:
deploy
except
:
changes
:
-
"
README.md"
script
:
-
npm install netlify-cli -g --unsafe-perm=true
-
netlify deploy --site $NETLIFY_SITE_ID_STAGING --auth $NETLIFY_AUTH_TOKEN --prod
...
...
@@ -135,9 +117,6 @@ deploy-staging:
deploy-master
:
stage
:
deploy
except
:
changes
:
-
"
README.md"
script
:
-
npm install netlify-cli -g --unsafe-perm=true
-
netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_AUTH_TOKEN --prod
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment