We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a2b67 commit 97b5334Copy full SHA for 97b5334
.travis.yml
@@ -1,15 +1,15 @@
1
services:
2
- docker
3
script:
4
-- docker build -t wtanaka/alpine-37-uid-npm .
+- docker build -t cliwrap/npm .
5
# Make sure the container works normally
6
-- "docker run --rm wtanaka/alpine-37-uid-npm npm -l | grep '^Usage: npm'"
+- "docker run --rm cliwrap/npm npm -l | grep '^Usage: npm'"
7
after_success:
8
- >
9
curl -H "Content-Type: application/json"
10
--data '{"source_type": "Branch", "source_name": "master"}'
11
-X POST
12
- https://registry.hub.docker.com/u/wtanaka/alpine-37-uid-npm/trigger/3da54465-8510-4c6a-a7a6-59174ef68f4b/
+ https://hub.docker.com/api/build/v1/source/2ddb2137-4add-4be8-a1e4-8c98a9333933/trigger/ce8631e1-5ae3-4c2e-b4b2-f908fa1879ef/call/
13
notifications:
14
email:
15
recipients:
0 commit comments