Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix prod_or_not in example-static #37

Merged
merged 1 commit into from
Sep 17, 2020
Merged

Fix prod_or_not in example-static #37

merged 1 commit into from
Sep 17, 2020

Conversation

olivercoad
Copy link
Contributor

Currently this step silently fails with

✔ production or not
Run if [$REF == 'refs/heads/master']
  if [$REF == 'refs/heads/master']
  then
      echo "::set-output name=vercel-args::--prod"
  else
      echo "::set-output name=vercel-args::"
  fi
  shell: /bin/bash -e {0}
  env:
    VERCEL_ORG_ID: ***
    VERCEL_PROJECT_ID: ***
    REF: refs/pull/36/merge
/home/runner/work/_temp/ef8d826e-e24a-4b54-a019-534ae6281380.sh: line 1: [refs/pull/36/merge: No such file or directory

@sonarcloud
Copy link

sonarcloud bot commented Sep 16, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@amondnet amondnet merged commit 5c27ddc into amondnet:master Sep 17, 2020
@amondnet amondnet self-requested a review September 17, 2020 14:20
@amondnet amondnet added this to the v19.0.1+4 milestone Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants