Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored Mar 3, 2024
1 parent 260aa34 commit 40b38fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'environments/*.yml'
workflow_dispatch:

jobs:
build-and-upload:
Expand Down Expand Up @@ -38,9 +39,9 @@ jobs:
PYTHONNOUSERSITE: "True"
run: |
# copy manifest to s3
aws s3 --endpoint-url $AWS_S3_ENDPOINT cp hypha-services-manifest.yaml s3://$AWS_S3_BUCKET_NAME/hypha-services-manifest.yaml
# copy the services folder to s3
aws s3 --endpoint-url $AWS_S3_ENDPOINT cp --recursive services s3://$AWS_S3_BUCKET_NAME/services
# aws s3 --endpoint-url $AWS_S3_ENDPOINT cp hypha-services-manifest.yaml s3://$AWS_S3_BUCKET_NAME/hypha-services-manifest.yaml
# copy the apps folder to s3
aws s3 --endpoint-url $AWS_S3_ENDPOINT cp --recursive apps s3://$AWS_S3_BUCKET_NAME/apps
for env_file in $envs; do
env_name="${env_file%.*}"
echo "Processing $env_name"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'environments/**/Dockerfile'
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 40b38fb

Please sign in to comment.