Skip to content
Snippets Groups Projects

fixing image build

Merged Whitney Armstrong requested to merge whit1/EIC/NPDet:ci into master
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
@@ -6,11 +6,6 @@ include $(cnf)
@@ -6,11 +6,6 @@ include $(cnf)
export $(shell sed 's/=.*//' $(cnf))
export $(shell sed 's/=.*//' $(cnf))
# import deploy config
# You can change the default deploy config with `make cnf="deploy_special.env" release`
dpl ?= deploy.env
include $(dpl)
export $(shell sed 's/=.*//' $(dpl))
SHELL = bash
SHELL = bash
# grep the version from the mix file
# grep the version from the mix file
Loading