Update file .gitlab-ci.yml
This commit is contained in:
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
test_job:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- echo "Hello, GitLab CI/CD!"
|
||||||
|
- echo "This is a simple test pipeline."
|
||||||
Reference in New Issue
Block a user