Skip to content

Commit

Permalink
chore: change CI to GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
exoszajzbuk committed Sep 30, 2021
1 parent 8205012 commit 2a5cf98
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 125 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/master-branch.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/pull-request.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/release.yml

This file was deleted.

38 changes: 38 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
include:
- https://gitlab.com/team-supercharge/jarvis/jarvis/raw/external-pipelines/jarvis.yml

stages:
# - random
- lint
- release
- build

# random:
# stage: random
# script:
# - export
# - echo $CI_PIPELINE_SOURCE
# - echo blablablablabla
# - git remote show origin

commitlint:
extends: .jarvis-commitlint
stage: lint

# ---

main-release:
extends: .jarvis-main-release
stage: release

pre-release:
extends: .jarvis-pre-release
stage: release

# ---

build:
extends: .jarvis-on-release
stage: build
script:
- echo "project being built"
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

0 comments on commit 2a5cf98

Please sign in to comment.