Skip to content

Commit

Permalink
with leading slash
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jun 17, 2023
1 parent 9ad75d9 commit 96b2c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/secure_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ steps:
python -m pip install --user numpy wheel
mkdir baztmp
export TAG=`echo $BUILDKITE_TAG | cut -c2-`
sed -i.bak "s~version = \"[0-9.]*\"~version = \"$TAG\"~g" BUILD
sed -i.bak "s~version = \"[0-9.]*\"~version = \"\$TAG\"~g" BUILD
bazel --output_user_root=`pwd`/baztmp build :enzyme_jax
cp bazel-bin/*.whl .
python -m pip install *.whl
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/secure_pipeline.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Salted__�g�7 ��t8-�����ӯK�����=^�4�%�RԖnsA�B@?��r���%݃��2f����G�Q��1��+�Y�=\�����
Salted__��7� �-��x�Bt�o�g�R�������O=�rg�Fc� �r�������w-)��((:A�'�:7HM����>��ߢ7Q
Expand Down

0 comments on commit 96b2c59

Please sign in to comment.