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

add remote source code tasks file #5

Open
danroxha opened this issue Jul 31, 2022 · 0 comments
Open

add remote source code tasks file #5

danroxha opened this issue Jul 31, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@danroxha
Copy link
Owner

Description

This feature allows versioning scripts by separating the source definition in xczen.yaml to your own repository

script:
    tasks:
      - name: build project
        enable: true
        language: sh
        bind: bump
        when: after
        remote:
             header:
                  Authorization: Basic ${GIT_ACCESS_TOKEN_BASE64}
                  Content-Type:  text/plain
             url: https://github.com/dannRocha/xconv/blob/main/build.sh
@danroxha danroxha added the enhancement New feature or request label Jul 31, 2022
@danroxha danroxha self-assigned this Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant