Skip to content

Commit

Permalink
Add testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 authored Nov 15, 2023
1 parent 1d0e7e1 commit cd3a748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
job:
script:
- echo $CI_COMMIT_SHA
1 change: 1 addition & 0 deletions test/healthcheck_and_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ test -f $done || {
printf 'namespace_id: User.first.namespace.id,'
printf 'name: "Test",'
printf 'path: "test",'
printf 'ci_config_path: "test/.gitlab-ci.yml",'
printf 'id: 1000,'
printf 'import_type: "git",'
printf 'import_url: "https://github.com/Taucher2003/Gitlab-Pipeline-Action.git"'
Expand Down

0 comments on commit cd3a748

Please sign in to comment.