Skip to content

Commit

Permalink
fix: still tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
wphyojpl committed May 19, 2022
1 parent b8632c2 commit 06532fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: |
artifact_file_name="${{ env.ARTIFACT_BASE_NAME }}-${{ env.software_version }}.zip"
echo "ARTIFACT_FILE=$artifact_file_name" >> $GITHUB_ENV
cp ""${GITHUB_WORKSPACE}/cumulus_lambda_functions_deployment.zip" "$artifact_file_name"
cp "${GITHUB_WORKSPACE}/cumulus_lambda_functions_deployment.zip" "$artifact_file_name"
- name: Create Release
id: create_release
if: ${{ contains(github.ref, 'master') }}
Expand Down
7 changes: 2 additions & 5 deletions ci.cd/create_aws_lambda_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ rm -rf ${zip_file} && \
zip -r9 ${zip_file} . && \
echo "zipped to ${zip_file}"

echo "----"
cat ${GITHUB_ENV}
echo "----"
env
software_version=`python3 ${project_root_dir}/setup.py --version`
echo "software_version=${software_version}" >> GITHUB_ENV
echo "software_version=${software_version}" >> ${GITHUB_ENV}
cat ${GITHUB_ENV}

0 comments on commit 06532fb

Please sign in to comment.