Skip to content
Snippets Groups Projects
Commit 303defea authored by Nicolas Descostes's avatar Nicolas Descostes
Browse files

replace by main

parent 53c57ef3
No related branches found
No related tags found
1 merge request!30bedops test
...@@ -36,13 +36,6 @@ image: ...@@ -36,13 +36,6 @@ image:
## WRITE YOUR TEST RULE HERE AFTER BRANCHING ON SUBMISSION AND CREATE A MERGE REQUEST ## WRITE YOUR TEST RULE HERE AFTER BRANCHING ON SUBMISSION AND CREATE A MERGE REQUEST
alpine-3160-test:
extends: .templateTest
variables:
BASENAME: alpine
TAG: 3160
RECIPE_PATH: recipes/os-environments/alpine
##################### #####################
## Include ## Include
...@@ -97,3 +90,7 @@ include: ...@@ -97,3 +90,7 @@ include:
- local: "yaml-files/image-analysis/deeplabcut-deploy.yaml" - local: "yaml-files/image-analysis/deeplabcut-deploy.yaml"
- local: "yaml-files/image-analysis/cellpose-deploy.yaml" - local: "yaml-files/image-analysis/cellpose-deploy.yaml"
#####################
# Os environments
#####################
- local: "yaml-files/os-environments/alpine-deploy.yaml"
...@@ -7,4 +7,10 @@ From: alpine:3.16.0 ...@@ -7,4 +7,10 @@ From: alpine:3.16.0
%post %post
# ~~~~~~ General setup ~~~~~~ # # ~~~~~~ General setup ~~~~~~ #
apk update && apk add wget gzip apk update && apk add wget gzip bash tcl
%environment
export PATH="${PATH}:/bin/sh"
%labels
Author Descostes
alpine-3160-builddeploy:
extends: .templateBuildDeploy
variables:
BASENAME: alpine
TAG: 3160
RECIPE_PATH: recipes/os-environments/alpine
only:
changes:
- recipes/os-environments/alpine/Singularity.alpine-3160
alpine-3160-test:
extends: .templateTest
variables:
BASENAME: alpine
TAG: 3160
RECIPE_PATH: recipes/os-environments/alpine
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment