Skip to content

Commit

Permalink
debug: hardcode anaconda user
Browse files Browse the repository at this point in the history
  • Loading branch information
tjurtsch committed Dec 23, 2020
1 parent af63f2c commit 9bbaa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
# Test `anaconda` with ANACONDA_TOKEN before uploading
source $GITHUB_WORKSPACE/.github/scripts/test_anaconda.sh
branch="$(git rev-parse --abbrev-ref HEAD)"
anaconda -v -t $ANACONDA_TOKEN upload --register --user $ANACONDA_USER --label ci-$branch-$GITHUB_RUN_ID $CONDA_OUT
anaconda -v -t $ANACONDA_TOKEN upload --register --user antmicro --label ci-$branch-$GITHUB_RUN_ID $CONDA_OUT
end_section "package.upload"
else
echo "ANACONDA_TOKEN not found. Please consult README of litex-conda-ci for details on setting up tests properly."
Expand Down

0 comments on commit 9bbaa26

Please sign in to comment.