mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
context [ci skip]
This commit is contained in:
parent
8f156a2554
commit
a5fa529ff8
1 changed files with 1 additions and 7 deletions
8
.github/workflows/docker_actions.yml
vendored
8
.github/workflows/docker_actions.yml
vendored
|
|
@ -63,12 +63,6 @@ jobs:
|
|||
cond: ${{ steps.setup-cache.outputs.cache-hit != '' }}
|
||||
if_true: "Y"
|
||||
if_false: "N"
|
||||
- name: print env
|
||||
run: |
|
||||
echo 'GITHUB_REF_NAME' $GITHUB_REF_NAME
|
||||
echo "nwchem_branch=$(echo $GITHUB_REF_NAME)" >> $GITHUB_ENV
|
||||
echo " ${{ github.ref_name }} " ${{ github.ref_name }} ||true
|
||||
echo 'GITHUB_REF_TYPE' $GITHUB_REF_TYPE
|
||||
- name: build_schedule
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
|
|
@ -80,7 +74,7 @@ jobs:
|
|||
build-args: |
|
||||
FC=${{ matrix.fc }}
|
||||
CACHE_HIT=${{ steps.cache-hit-reporter.outputs.value }}
|
||||
NWCHEM_BRANCH=${{ env.nwchem_branch }}
|
||||
NWCHEM_BRANCH=${{ github.ref_name }}
|
||||
- name: store cache
|
||||
run: |
|
||||
mkdir -p ~/cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue