Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CICD Example
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RC Data Science
community-containers
CICD Example
Graph
4428b43a81b839aa4823a6ea0ffed88df1e6bc0e
Select Git revision
Branches
1
main
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Apr
11
Nov
5
Oct
3
24
Apr
18
17
Finish documentation for setting up CI/CD
main
main
wip- instructions on setting up cicd
update the CI to hopefully improve readability for new users
general improvements to dockerfile and changing the cmd to the CLI version specified in the package
change test command to reflect new package organization
change pyproject to build using poetry instead of setuptools. added command line entrypoint as well so we can easily set an entrypoint in the Docker container
simplify package by putting the main function in __init__.py. No need for anything more complicated for such a simple example
add gitignore for pycache
remove entrypoint
define entrypoint
more fixes?
fixing things?
add pip info for pushing package to local package repo
change module name
install pytest
remove dependencies
install stuff
change build command
switch default image
dumb
apt install pip
move docker login
yaml is dumb
fix?
fix typo
change default docker image
overhaul to create a test package, publish it, and containerize it
remove sudo
change to ubuntu and install python
test new Dockerfile
trying something new
fix tags
add tag
initial test
Update .gitlab-ci.yml file
Initial commit
Loading