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

Use '\' to chain arguments in doc publication pipeline #716

Merged

Conversation

abelsromero
Copy link
Member

Completing #708

From the error in CI we can infer the arguments are interpreted as independent statements.

/home/runner/work/_temp/f899399a-9ce7-4712-b5d6-6c9ed60e3894.sh: line 3: -Dorg.ajoberstar.grgit.auth.username=: command not found

@abelsromero
Copy link
Member Author

I am proceeding since I was granted permission some time ago 🤞

@abelsromero abelsromero merged commit 131bc74 into asciidoctor:master Feb 19, 2024
3 checks passed
@abelsromero
Copy link
Member Author

Publication is not working

Task ':gh-pages:publishDocs' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
not-on-travis-ci is not a match. Push skipped.

Seems we need to update how we check for the branch and check we are in CI

currentBranch = System.getenv('TRAVIS_BRANCH') ?: 'not-on-travis-ci'

tylerbertrand pushed a commit to tylerbertrand/asciidoctor-gradle-plugin that referenced this pull request Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant