We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55de9ee + 431fe12 commit 45dff0cCopy full SHA for 45dff0c
3 files changed
Makefile
@@ -34,6 +34,9 @@ all:
34
bootstrap:
35
${DEV_ENV_CMD} glide install
36
37
+glideup:
38
+ ${DEV_ENV_CMD} glide up
39
+
40
# This illustrates a two-stage Docker build. docker-compile runs inside of
41
# the Docker environment. Other alternatives are cross-compiling, doing
42
# the build as a `docker build`.
0 commit comments