Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hackatón Jupyter Notebook Grupo 3
Manage
Activity
Members
Labels
Plan
Issues
0
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
GRUPO3_HACKATHON
Hackatón Jupyter Notebook Grupo 3
Commits
0298a327
Commit
0298a327
authored
1 year ago
by
Alexander Martínez Méndez
Browse files
Options
Downloads
Patches
Plain Diff
Delete .gitlab-ci.yml
parent
b1f7eec7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-26
0 additions, 26 deletions
.gitlab-ci.yml
with
0 additions
and
26 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
26
View file @
b1f7eec7
# requiring the environment of python
image
:
python:3.9-buster
before_script
:
-
pip install -r requirements.txt
test
:
stage
:
test
script
:
-
jupyter-book build .
# build to public path
only
:
-
branches
# this job will affect every branch except 'master'
except
:
-
master
# the 'pages' job will deploy and build your site to the 'public' path
pages
:
stage
:
deploy
script
:
-
jupyter-book build .
# build to public path
artifacts
:
paths
:
-
_build
expire_in
:
10 mins
only
:
-
master
# this job will affect only the 'master' branch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment