Skip to content

Commit

Permalink
Add gitlab release script
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed Nov 24, 2023
1 parent 7872e3d commit f40183b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
variables:
RUBY_VERSION: 3.2.2

workflow:
rules:
- if: $CI_COMMIT_TAG

build-and-release:
stage: build
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ruby:$RUBY_VERSION
script:
- bundle install
- pod lib lint --allow-warnings --allow-root
- pod trunk push --allow-root
when: manual
environment: production

0 comments on commit f40183b

Please sign in to comment.