Commit f7dd7209 authored by Bhavani's avatar Bhavani
Browse files

cicd updated

parent c7e5c418
Pipeline #12142 failed with stages
in 16 seconds
...@@ -46,7 +46,7 @@ build: ...@@ -46,7 +46,7 @@ build:
tags: ["ubuntu", "vm"] tags: ["ubuntu", "vm"]
script: script:
- echo "Building Docker image..." - echo "Building Docker image..."
- docker build -t $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA --build-arg DISCORD_TOKEN = "$DISCORD_TOKEN" . - docker build -t $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA --build-arg DISCORD_TOKEN="$DISCORD_TOKEN"
rules: rules:
- if: '$CI_COMMIT_BRANCH' - if: '$CI_COMMIT_BRANCH'
......
Supports Markdown
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