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

feat: allow environment variables to be set #23

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

anoriqq
Copy link
Owner

@anoriqq anoriqq commented Jul 20, 2022

$QPM_ENV is environment file.

echo "{environment_variable_name}={value}" >> $QPM_ENV

example usage

aquifer file

install:
  linux:
    run:
      - echo NAME=world >> $QPM_ENV
      - echo "hello ${NAME}"

output

[1/2] echo NAME=world >> $QPM_ENV
[2/2] echo "hello ${NAME}"
hello world
[complete] 

@anoriqq anoriqq self-assigned this Jul 20, 2022
@anoriqq anoriqq merged commit b4c8d9e into main Jul 20, 2022
@anoriqq anoriqq deleted the feature/allow-env-var-to-be-set branch July 20, 2022 17:10
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.

1 participant