Skip to content

Commit

Permalink
Remove unuseful variable name and renamed container
Browse files Browse the repository at this point in the history
  • Loading branch information
groovytron committed Apr 23, 2019
1 parent 928f35b commit 31e5cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BUILD_NAME=doc-container
CONTAINER_NAME=doc-container
BUILD_NAME=pandoc-container
COMMON_BUILD_TAGS=--build-arg VCS_REF="$(shell git rev-parse HEAD)" --build-arg BUILD_DATE="$(shell date -u +"%Y-%m-%dT%H:%m:%SZ")"

.PHONY:build
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

docker run -it \
--user dev \
doc-container:latest \
pandoc-container:latest \
bash -c "git clone https://github.com/HE-Arc/rapport-technique.git && cd rapport-technique && make"

0 comments on commit 31e5cc5

Please sign in to comment.