Skip to content
Snippets Groups Projects
Commit 88069425 authored by Alexander Martínez Méndez's avatar Alexander Martínez Méndez
Browse files

ruta requirements + nombre rama

parent 5a42fe17
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
image: python:3.9-buster
before_script:
- pip install -r requirements.txt
- pip install -r Book/requirements.txt
- apt-get update
- apt-get --yes install rsync bash
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
......@@ -20,7 +20,7 @@ test:
only:
- branches # this job will affect every branch except 'master'
except:
- master
- main
# the 'pages' job will deploy and build your site to the 'public' path
pages:
......@@ -33,6 +33,6 @@ pages:
- _build
expire_in: 30 mins
only:
- master # this job will affect only the 'master' branch
- main # this job will affect only the 'master' branch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment