Skip to content

Commit

Permalink
Issue/pipenv (#277)
Browse files Browse the repository at this point in the history
* debugging pipenv

* fix image used in Test

* debug message

* force pulling the image

* cleaning : revert to develop
  • Loading branch information
slallemand authored and Aarohi Johal committed Dec 20, 2019
1 parent 57143a9 commit 5757de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Expand Up @@ -56,13 +56,14 @@ steps:


- name: Build API - name: Build API
image: axarev/parsr-base:${DRONE_BRANCH} image: axarev/parsr-base:${DRONE_BRANCH}
pull: always
environment: environment:
NODE_ENV: development NODE_ENV: development
commands: commands:
- docker/parsr/build.sh - docker/parsr/build.sh


- name: Tests - name: Tests
image: axarev/parsr-base image: axarev/parsr-base:${DRONE_BRANCH}
commands: commands:
- npm run test - npm run test


Expand Down

0 comments on commit 5757de4

Please sign in to comment.