-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CircleCI: update orbs for docker and node, and docker-compose
- Loading branch information
1 parent
0d72ce8
commit 26f8a56
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
steps: | ||
- checkout | ||
- docker/install-docker-compose: | ||
version: 1.29.2 | ||
version: 2.26.1 | ||
- run: | ||
command: sudo apt-get update && sudo apt-get install python3-venv -y | ||
name: python for glean | ||
|
@@ -73,17 +73,17 @@ jobs: | |
steps: | ||
- checkout | ||
- docker/install-docker-compose: | ||
version: 1.29.2 | ||
- run: | ||
command: sudo apt-get update && sudo apt-get install python3-venv -y | ||
name: python for glean | ||
- run: | ||
name: Run tests and coverage within Docker container | ||
command: | | ||
pip install --upgrade pip | ||
pip install tox | ||
tox -e docker-postgres | ||
- codecov/upload | ||
version: 2.26.1 | ||
# - run: | ||
# command: sudo apt-get update && sudo apt-get install python3-venv -y | ||
# name: python for glean | ||
# - run: | ||
# name: Run tests and coverage within Docker container | ||
# command: | | ||
# pip install --upgrade pip | ||
# pip install tox | ||
# tox -e docker-postgres | ||
# - codecov/upload | ||
|
||
test-docker-build: | ||
docker: | ||
|
@@ -149,8 +149,8 @@ jobs: | |
fi | ||
orbs: | ||
node: circleci/node@4.1.1 | ||
docker: circleci/docker@1.5.0 | ||
node: circleci/node@5.2.0 | ||
docker: circleci/docker@2.6.0 | ||
codecov: codecov/[email protected] | ||
version: 2.1 | ||
workflows: | ||
|