Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Add build step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Thuault committed Apr 15, 2021
1 parent c2ea8dc commit 0b7b5b1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2.1

orbs:
gally-bot: lifen/gally-bot@dev:first

workflows:
version: 2
build:
jobs:
- gally-bot/docker-build-and-push:
context: org-global
filters:
branches:
only:
- "master"

0 comments on commit 0b7b5b1

Please sign in to comment.