Skip to content
Snippets Groups Projects
Commit d64904d3 authored by mazenovi's avatar mazenovi
Browse files

fix no space left on device

parent 73c92ce8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ cache:
- output/ # Node modules and dependencies
before_script:
- apt-get update
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")
......@@ -15,7 +14,8 @@ before_script:
build:
stage: build
script:
- apt-get install -y --force-yes build-essential python-dev python-pip
- apt-get install -y --force-yes build-essential python-dev python-pip git
- git submodule update --recursive --remote
- pip install --editable .
- pelican content
......
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