Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
LiatSchulz committed Feb 13, 2024
1 parent d76964d commit ebaa60e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ permissions:
jobs:
create-conda-env:
runs-on: ubuntu-latest
env:
AWS_DEFAULT_REGION: eu-west-1
container:
image: amazonlinux:2
steps:
Expand Down Expand Up @@ -68,7 +70,8 @@ jobs:
BRANCH=${GITHUB_REF#refs/heads/}
BRANCH=${BRANCH//\//_} # Replace / with _ in branch name
echo "ls buckets in region:"
aws s3 ls --region eu-west-1
aws s3 ls
echo "ls inside bucket:"
aws s3 ls --region eu-west-1 s3://pheno-ds-github/conda_envs/
echo "aws s3 cp $HOME/pheno.tar.gz s3://pheno-ds-github/conda_envs/pheno_${BRANCH}_${DATE}.tar.gz"
aws s3 ls s3://pheno-ds-github-cicd-eu-west-1/conda_envs/
aws s3 cp $HOME/pheno.tar.gz s3://pheno-ds-github-cicd-eu-west-1/conda_envs/pheno_${BRANCH}_${DATE}.tar.gz"
aws s3 ls s3://pheno-ds-github-cicd-eu-west-1/conda_envs/

0 comments on commit ebaa60e

Please sign in to comment.