Skip to content

jtenholder/ghac_ci_cd_pipline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ghac_ci_cd_pipline

LinkedIn learning github actions challenge CI/CD pipline

two stage CI/CD pipeline for a python script.

  • holds a simple python script: hello.py print('hello, world')
  • workflow triggered by push
  • two jobs first job
  • checkout repo
  • test script by running it. run the script second job
  • depends on first job
  • checkout repo
  • create artifact

About

Linked in learning github actions challenge CI/CD pipline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages