Skip to content

Commit

Permalink
👷 cicd: updated gitlab ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
sgkens committed Jan 20, 2024
1 parent 994a5be commit 7d39717
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# stages:
# - build # dependancies
# - pester # pester test script
# - test_pwsh # test powershell core latest
# - test_powershell # test powershell
# - deploy_psprivate # deploy to psgallary private instance
# - deploy_psgallary # deploy to psgallary
# build-job:
# stage: build
# script:
# - pwsh.exe
# - write-host -f green "template ci\cd config successfull"
# pester-job:
# stage: pester
# script:
# - pwsh.exe
# - write-host -f green "template ci\cd config successfull"
# test-pwsh-job:
# stage: test_pwsh
# script:
# - pwsh.exe
# - write-host -f green "template ci\cd config successfull"
# test-powershell-job:
# stage: test_powershell
# script:
# - powershell.exe
# - write-host -f green "template ci\cd config successfull"
# psgallary-deploy-job:
# stage: deploy_psgallary
# script:
# - pwsh.exe
# psprivate-deploy-job:
# stage: deploy_psprivate
# script:
# - pwsh.exe
# - write-host -f green "template ci\cd config successfull"
# #include:
# # - template: auto-devops.gitlab-ci.yml

0 comments on commit 7d39717

Please sign in to comment.