Commit 79f2e079 authored by Reza Sahebgharan's avatar Reza Sahebgharan

fix(update gitlabci): update gitlab ci

parent 1bb111f0
Pipeline #918 passed with stage
in 49 seconds
......@@ -40,7 +40,7 @@ build_in_staging:
- $env:TAG_VERSION=(git describe --tag --abbrev=0)
- $env:BRANCHFULLNAME=(git name-rev --name-only HEAD)
- $env:BRANCHNAME=$env:BRANCHFULLNAME.Split('/')[$env:BRANCHFULLNAME.Split('/').length - 1]
- $env:CONTAINERNAME=$env:BRANCHNAME.Split('_')[1]
- $env:CONTAINERNAME=$env:BRANCHNAME.Split('.')[1]
- docker login -u reza.s -p aA123456 repo.marcopacs.com
stage: build_in_staging
tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment