Skip to content

Commit

Permalink
Merge pull request #7 from franTarkenton/master
Browse files Browse the repository at this point in the history
Updated Jenkins file
  • Loading branch information
franTarkenton authored Jan 17, 2019
2 parents 6f9b2e6 + 3c16f38 commit 919a18a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ node('ETLdev') {
python -m venv --clear %VEDIR%
call %VEDIR%/Scripts/activate.bat || goto :error
python -m pip install --upgrade pip || goto :error
pip install -r ./requirements.txt --cache-dir ./data || goto :error
python -m pip install -r ./requirements.txt --cache-dir ./data || goto :error
:error
echo Failed with error #%errorlevel%.
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ git+https://github.com/bcgov/[email protected]#egg=PMP&subdirectory=PMP
git+https://github.com/bcgov/[email protected]#egg=FMEUtil&subdirectory=FMEUtil
git+https://github.com/bcgov/[email protected]#egg=KirkUtil&subdirectory=KirkUtil
git+https://github.com/bcgov/[email protected]#egg=DB&subdirectory=DB
requests2==2.21.0
requests==2.21.0
enum34==1.1.6
python-dateutil==2.7.5
cx_Oracle==7.0.0
PyYAML>=4
PyYAML==4.2b4

0 comments on commit 919a18a

Please sign in to comment.