generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to latest version of tfx-cli (#227)
- Loading branch information
1 parent
0745438
commit a72556d
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,8 +55,7 @@ RUN sudo groupadd docker && sudo usermod -aG docker $USERNAME && newgrp docker | |
COPY scripts/act.sh /tmp/ | ||
RUN /bin/bash /tmp/act.sh 0.2.21 | ||
|
||
# Pin to 0.12.0: https://github.com/microsoft/tfs-cli/issues/427 | ||
RUN sudo npm install -g [email protected] | ||
RUN sudo npm install -g tfx-cli | ||
|
||
# azure-cli-no-mount | ||
COPY scripts/azure-cli.sh /tmp/ | ||
|