Skip to content

Commit

Permalink
pipelines: cleanup
Browse files Browse the repository at this point in the history
added cache.
remove semantic versioning script.
delete old CI config.
  • Loading branch information
Mostafatalaat770 committed Mar 22, 2022
1 parent 737e24f commit 1227db2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 369 deletions.
16 changes: 8 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ publish:
- staging
environment:
name: staging
# artifacts:
# when: always
# expire_in: 15 days
artifacts:
when: always
expire_in: 15 days
cache:
# key: $CI_COMMIT_REF_SLUG
# paths:
# - .npm/
key: $CI_COMMIT_REF_SLUG
paths:
- .npm/
key:
files:
- package-lock.json
- yarn.lock
paths:
- .npm/
- node_modules/
Expand All @@ -32,5 +33,4 @@ publish:
- yarn install
script:
- yarn publish:build
- npx semantic-release
#- npm publish
- npx semantic-release
51 changes: 0 additions & 51 deletions .gitlab-ci.yml.disabled

This file was deleted.

310 changes: 0 additions & 310 deletions versioning.sh

This file was deleted.

0 comments on commit 1227db2

Please sign in to comment.