Skip to content
This repository was archived by the owner on May 13, 2020. It is now read-only.

Commit 674da87

Browse files
committed
Remove unneeded curl install for CI jobs
No longer needed now that the ponyc-ci:release image has been updated to include curl. Closes #115
1 parent 083ed29 commit 674da87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
docker:
99
- image: ponylang/ponyc:release
1010
steps:
11-
- run: apt-get update
12-
- run: apt-get install -y curl
1311
- checkout
1412
- run: make test integration
1513
- zulip/status:
@@ -28,8 +26,6 @@ jobs:
2826
docker:
2927
- image: ponylang/changelog-tool:release
3028
steps:
31-
- run: apt-get update
32-
- run: apt-get install -y curl
3329
- checkout
3430
- run: changelog-tool verify CHANGELOG.md
3531
- zulip/status:

0 commit comments

Comments
 (0)