Skip to content

Commit

Permalink
Added aicoe-ci.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
suppathak committed Mar 23, 2022
1 parent c3e4c75 commit 7d53b5e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .aicoe-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Setup and configuring aicoe-ci with configuration file `.aicoe-ci.yaml`
# Example `.aicoe-ci.yaml` with a full list of config options is available here: https://github.com/AICoE/aicoe-ci/blob/master/docs/.aicoe-ci.yaml
check:
# Uncomment following line to build a public image of this repo
# - thoth-build
# Uncomment following lines to build a public image of this repo
# build:
# build-stratergy: Source
# build-source-script: "image:///opt/app-root/builder"
# base-image: quay.io/thoth-station/s2i-custom-notebook:latest
# registry: quay.io
# registry-org: aicoe
# registry-project: <CHANGE-ME>
# registry-secret: aicoe-pusher-secret
- thoth-build

build:
build-stratergy: Source
build-source-script: "image:///opt/app-root/builder"
base-image: quay.io/thoth-station/s2i-custom-py38-notebook:latest
custom-tag: latest
registry: quay.io
registry-org: aicoe
registry-project: htm-applications
registry-secret: aicoe-pusher-secret

0 comments on commit 7d53b5e

Please sign in to comment.