Skip to content

Commit

Permalink
Merge pull request #8 from IamMrCupp:dev
Browse files Browse the repository at this point in the history
CircleCi Configs
  • Loading branch information
IamMrCupp authored Jul 25, 2021
2 parents d8fb411 + a4b6289 commit 04c8fd9
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# config for esp_project circleci
version: 2.1
orbs:
slack: circleci/[email protected]
Expand All @@ -10,6 +11,35 @@ jobs:
DOCKER_BUILDKIT: 1
BUILDX_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
steps:
- slack/notify:
custom: |
{
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": "New Build Started!"
},
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Triggered by*: $CIRCLE_USERNAME"
},
{
"type": "mrkdwn",
"text": "*Project*: $CIRCLE_PROJECT_REPONAME"
},
{
"type": "mrkdwn",
"text": "*Branch*: $CIRCLE_BRANCH"
}
]
}
]
}
event: always
- checkout
- run:
name: Log in to docker hub
Expand Down Expand Up @@ -45,6 +75,35 @@ jobs:
DOCKER_BUILDKIT: 1
BUILDX_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
steps:
- slack/notify:
custom: |
{
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": "New Build Started!"
},
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Triggered by*: $CIRCLE_USERNAME"
},
{
"type": "mrkdwn",
"text": "*Project*: $CIRCLE_PROJECT_REPONAME"
},
{
"type": "mrkdwn",
"text": "*Branch*: $CIRCLE_BRANCH"
}
]
}
]
}
event: always
- checkout
- run:
name: Log in to docker hub
Expand Down Expand Up @@ -80,6 +139,35 @@ jobs:
DOCKER_BUILDKIT: 1
BUILDX_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
steps:
- slack/notify:
custom: |
{
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": "New Build Started!"
},
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Triggered by*: $CIRCLE_USERNAME"
},
{
"type": "mrkdwn",
"text": "*Project*: $CIRCLE_PROJECT_REPONAME"
},
{
"type": "mrkdwn",
"text": "*Branch*: $CIRCLE_BRANCH"
}
]
}
]
}
event: always
- checkout
- run:
name: Log in to docker hub
Expand Down

0 comments on commit 04c8fd9

Please sign in to comment.