Skip to content

Commit

Permalink
gitlab: add pipiline
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Oct 10, 2024
1 parent a698062 commit bf37573
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

run build:
stage: build
image: almalinux:9-minimal
script:
- echo "Building the application"

0 comments on commit bf37573

Please sign in to comment.