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 7cd6b60 commit ba9489a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,5 @@ jobs:
DATE=$(date +%Y-%m-%d)
BRANCH=${GITHUB_REF#refs/heads/}
BRANCH=${BRANCH//\//_} # Replace / with _ in branch name
echo "ls buckets in region:"
aws s3 ls
echo "ls inside bucket:"
aws s3 cp $HOME/pheno.tar.gz s3://pheno-ds-github-cicd-eu-west-1/conda_envs/pheno_${BRANCH}_${DATE}.tar.gz"
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 ba9489a

Please sign in to comment.