Commit 5981e5ad authored by Peter Parente's avatar Peter Parente

Fix unshared dev env

parent d76b4ca9
......@@ -8,23 +8,24 @@ services:
jobs:
include:
- stage: install
script:
- stage: test-pr
install:
- pip install --upgrade pip
- make dev-env
- stage: test
script:
- set -e
- if [ $(make n-docs-diff) -ne 0 ]; then make docs; fi;
- if [ $(make n-other-diff) -ne 0 ]; then make build-test-all DARGS="--build-arg TEST_ONLY_BUILD=1"; fi;
- stage: pushback
- stage: push-tx
install:
- pip install --upgrade pip
- make dev-env
script:
- if [ $(make n-docs-diff) -ne 0 ]; then make tx-en; fi;
stages:
- install
- test
- name: pushback
- test-pr
- name: push-tx
if: branch = master
env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment