Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
ca71018f
Commit
ca71018f
authored
May 03, 2016
by
Daniel Brown
Browse files
trying to fix env variables in testing
parent
2b770942
Pipeline
#946
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ca71018f
before_script
:
-
export CWD=$(pwd)
-
export PYTHONPATH=$PYTHONPATH:$CWD
-
source /etc/environment
# Why this doesn't happen automatically I don't know...
# - cd /finesse
# - rm kat
# - git reset --hard
...
...
@@ -14,6 +13,7 @@ before_script:
python_3
:
script
:
-
source /setup.sh
-
kat -v
-
which python3
-
python3 --version
...
...
@@ -22,6 +22,7 @@ python_3:
python_2
:
script
:
-
source /setup.sh
-
kat -v
-
which python2.7
-
python2.7 --version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment