Skip to content

Commit 97b5334

Browse files
committed
Update image name and webhook in .travis.yml
1 parent 29a2b67 commit 97b5334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
services:
22
- docker
33
script:
4-
- docker build -t wtanaka/alpine-37-uid-npm .
4+
- docker build -t cliwrap/npm .
55
# Make sure the container works normally
6-
- "docker run --rm wtanaka/alpine-37-uid-npm npm -l | grep '^Usage: npm'"
6+
- "docker run --rm cliwrap/npm npm -l | grep '^Usage: npm'"
77
after_success:
88
- >
99
curl -H "Content-Type: application/json"
1010
--data '{"source_type": "Branch", "source_name": "master"}'
1111
-X POST
12-
https://registry.hub.docker.com/u/wtanaka/alpine-37-uid-npm/trigger/3da54465-8510-4c6a-a7a6-59174ef68f4b/
12+
https://hub.docker.com/api/build/v1/source/2ddb2137-4add-4be8-a1e4-8c98a9333933/trigger/ce8631e1-5ae3-4c2e-b4b2-f908fa1879ef/call/
1313
notifications:
1414
email:
1515
recipients:

0 commit comments

Comments
 (0)