Commit 41502c64 authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent 42e46083
Pipeline #6819 failed with stages
in 1 second
...@@ -56,7 +56,7 @@ build: ...@@ -56,7 +56,7 @@ build:
value_base64=$(echo "$release_date" | base64) value_base64=$(echo "$release_date" | base64)
sudo bash -c "echo $value_base64 > $current_file_path" sudo bash -c "echo $value_base64 > $current_file_path"
sudo bash -c "cat $current_file_path > $release_note_folder/$project_name/releasenotes.txt" sudo bash -c "cat $current_file_path > $release_note_folder/$project_name/releasenotes.txt"
- sudo bash $cicd_path/build.sh - sudo bash $cicd_path/build.sh
#- sudo docker build -t $image_name:$tag -f Dockerfile . #- sudo docker build -t $image_name:$tag -f Dockerfile .
#- sudo docker logout registry.gitlab.com #- sudo docker logout registry.gitlab.com
......
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