-
Notifications
You must be signed in to change notification settings - Fork 34
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
Test running a task #183
Test running a task #183
Conversation
taskcluster/ci/tests/kind.yml
Outdated
docker-image: {in-tree: testing} | ||
run: | ||
command: | ||
- poetry install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A list of commands is not supported (that would be nice.) But you can use && or run a bash script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I misinterpreted:
run:
using: run-task
command:
- bash
- -c
- >-
export BIN=$MOZ_FETCHES_DIR &&
export MARIAN=$MOZ_FETCHES_DIR &&
export PATH=$PATH:$MOZ_FETCHES_DIR &&
$VCS_PATH/pipeline/alignment/generate-alignment-and-shortlist.sh
$MOZ_FETCHES_DIR/corpus
$MOZ_FETCHES_DIR/vocab.spm
/builds/worker/artifacts
auto
Woot! |
a87ef4c
to
015dc45
Compare
This is just a test