Skip to content

Commit

Permalink
update semaphore files for consistency with upgrading nodejs to lates…
Browse files Browse the repository at this point in the history
…t version (DeviceFarmer#505)

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
  • Loading branch information
denis99999 authored Apr 14, 2022
1 parent 6b2f434 commit 3cc16a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .semaphore/deploy_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ blocks:
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
os_image: ubuntu2004
6 changes: 3 additions & 3 deletions .semaphore/deploy_npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ blocks:
jobs:
- name: Deploy
commands:
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp
- sem-version node 8.16.1
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3
- sem-version node 17.9.0
- checkout
- npm install
- npm publish --access=public
Expand All @@ -16,4 +16,4 @@ blocks:
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
os_image: ubuntu2004
6 changes: 3 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
os_image: ubuntu2004
blocks:
- name: Build Standard Docker image
task:
Expand All @@ -19,8 +19,8 @@ blocks:
jobs:
- name: npm test
commands:
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp
- sem-version node 8.16.1
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3
- sem-version node 17.9.0
- checkout
- npm install
- npm test
Expand Down

0 comments on commit 3cc16a5

Please sign in to comment.