Skip to content

Commit

Permalink
testing for DH-301
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jul 29, 2024
1 parent 079bd1b commit db99fba
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,11 @@ jobs:
hubploy deploy --timeout 30m julia hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy logodev
command: |
hubploy deploy --timeout 30m logodev hub ${CIRCLE_BRANCH}
no_output_timeout: 30m
# - run:
# name: Deploy logodev
# command: |
# hubploy deploy --timeout 30m logodev hub ${CIRCLE_BRANCH}
# no_output_timeout: 30m

- run:
name: Deploy prob140
Expand Down Expand Up @@ -581,15 +581,15 @@ workflows:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: logodev
name: logodev hub image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod
# - hubploy/build-image:
# deployment: logodev
# name: logodev hub image build
# # Filters can only be per-job? wtf
# filters:
# branches:
# ignore:
# - staging
# - prod
- hubploy/build-image:
deployment: publichealth
name: publichealth image build
Expand Down Expand Up @@ -754,15 +754,15 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: logodev
name: logodev image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
# - hubploy/build-image:
# deployment: logodev
# name: logodev image build
# push: true
# # Filters can only be per-job? wtf
# filters:
# branches:
# only:
# - staging
- hubploy/build-image:
deployment: publichealth
name: publichealth image build
Expand Down Expand Up @@ -819,7 +819,7 @@ workflows:
- eecs image build
- ischool image build
- julia hub image build
- logodev image build
# - logodev image build
- publichealth image build
- shiny image build
- stat159 image build
Expand Down
2 changes: 1 addition & 1 deletion deployments/logodev/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
images:
# temporary update
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/logodev-user-image
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/logodev-user-image:a02e39fbaedb
path: image/
repo2docker:
base_image: docker.io/library/buildpack-deps:jammy
Expand Down

0 comments on commit db99fba

Please sign in to comment.