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: stages:
- build - build
......
...@@ -13,7 +13,8 @@ zip \ ...@@ -13,7 +13,8 @@ zip \
curl curl
RUN npm install --global \ RUN npm install --global \
yarn \ yarn \
mudslide mudslide \
to-static-jsonp
# remove the code that waits for a key after login: # remove the code that waits for a key after login:
# 137 process.stdin.setRawMode(true); # 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