Skip to content

Commit

Permalink
initial gitlab ci config
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka committed Sep 11, 2024
1 parent 7dc3569 commit 53dc4f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
build-sigstore-java:
stage: build
script:
- echo 'this should always run'

test-sigstore-java:
stage: test
script:
- echo 'run after build'

0 comments on commit 53dc4f7

Please sign in to comment.