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

Argument --env dont work with advanced assignments #67

Open
manuelcanepa opened this issue Jun 15, 2021 · 0 comments
Open

Argument --env dont work with advanced assignments #67

manuelcanepa opened this issue Jun 15, 2021 · 0 comments

Comments

@manuelcanepa
Copy link

Many pipelines need a custom auth.json that will be passed as env to be secure. Ie:

        name: Initial Setup
        caches:
          - composer
        script:
          - echo "$AUTH" > auth.json
          - php -d memory_limit=-1 $(which composer) install --prefer-dist
        artifacts:
          - vendor/**

The parseVars function is very simple and need to be more complex for this scenarios.

manuelcanepa added a commit to manuelcanepa/bbrun that referenced this issue Jun 15, 2021
steffjenl added a commit to steffjenl/bbrun that referenced this issue Mar 26, 2023
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

No branches or pull requests

1 participant