Skip to content
Snippets Groups Projects
Commit 58a3e1d2 authored by Philipp Stadler's avatar Philipp Stadler
Browse files

feat: provide JSON utility

parent 122163a8
No related branches found
No related tags found
No related merge requests found
image: durcheinander/pack-build:1.0.1
image: durcheinander/pack-build:1.1.0
stages:
- build
......
......@@ -13,7 +13,8 @@ zip \
curl
RUN npm install --global \
yarn \
mudslide
mudslide \
to-static-jsonp
# remove the code that waits for a key after login:
# 137 process.stdin.setRawMode(true);
......
IMAGE := durcheinander/pack-build
.PHONY: publish
publish: image
docker push $(IMAGE):$(file < version.txt)
docker push $(IMAGE):latest
.PHONY: image
image:
docker build . -t $(IMAGE):$(file < version.txt) -t $(IMAGE):latest
1.1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment