Commit c7e2c008 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

add bash

parent bed5f96f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ build:
  before_script:
    - apk add --no-cache make
    - apk add --no-cache curl
    - apk add --no-cache bash
  script:
    - make package
    - echo $CI_COMMIT_TAG  > package/VERSION
+0 −2
Original line number Diff line number Diff line
@@ -60,8 +60,6 @@ package: install ## Construction d'une version distribuable de MaX
	@cp -r $(SRC_DIR)/main/bundles/max-dev package/.max/basex/webapp/max/bundles/
	@cp -r $(SRC_DIR)/main/bundles/max-export package/.max/basex/webapp/max/bundles/
	@cp -r $(SRC_DIR)/scripts/max.sh package/
# génération d'un fichier VERSION
	@git rev-parse HEAD >> package/VERSION
	@echo 'Package disponible dans le dossier package.'	
.PHONY: package