Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • patch-1
  • mark_original_version
3 results

config.env

Blame
  • Forked from Telescope Cherenkov / fadc_decoder
    91 commits behind, 8 commits ahead of the upstream repository.
    config.env 555 B
    REG_TOKEN ?= ${CI_IMAGE_BUILD_PAT}
    REG_NAME  ?= ${CI_REGISTRY}
    REG_USER  ?= sly2j
    REG_PORT  ?= 4567
    REG_URL   ?= https://$(REG_HOST)
    
    # name of alternate build: 
    # Dockerfile.$(ALT_NAME) --> $(APP_NAME)_${ALT_NAME}
    ALT_NAME ?= broadwell
    
    APP_NAME     = fadc_decoder
    APP_VERSION  = ${CI_COMMIT_REF_NAME}
    REPO_NAME    = ${CI_PROJECT_NAME}
    REPO_URL     = ${CI_REPOSITORY_URL}
    
    DH_ORG       = argonne
    
    GL_GROUP     = ${CI_PROJECT_NAMESPACE}
    #GL_REG_GROUP = ${GL_GROUP}/${REPO_NAME}
    GL_REG_NAME  = $(REG_NAME)
    
    REPO         = $(REG_USER)
    TAG_VERSION  = latest