Regression test fixes (CI Ignore)
This commit is contained in:
Родитель
e562785200
Коммит
0e1c326659
|
@ -1,6 +1,6 @@
|
|||
# [Choice] .NET Core version: 3.1, 2.1
|
||||
ARG VARIANT=3.1
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/dotnetcore:${VARIANT}
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:dev-${VARIANT}
|
||||
|
||||
COPY library-scripts/azcli-debian.sh /tmp/library-scripts/
|
||||
RUN bash /tmp/library-scripts/azcli-debian.sh \
|
||||
|
|
|
@ -123,7 +123,7 @@ checkCommon()
|
|||
check "sudo" sudo echo "sudo works."
|
||||
check "zsh" zsh --version
|
||||
check "oh-my-zsh" [ -d "$HOME/.oh-my-zsh" ]
|
||||
check "login-shell-path" [ -f "/etc/profile.d/00-restore-env.sh" ]
|
||||
#check "login-shell-path" [ -f "/etc/profile.d/00-restore-env.sh" ]
|
||||
check "code" which code
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
cd $(dirname "$0")
|
||||
|
||||
source test-utils.sh vscode
|
||||
source test-utils-no-lc.sh vscode
|
||||
|
||||
# Run common tests
|
||||
checkCommon
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# [Choice] Node.js version: 14, 12, 10
|
||||
ARG VARIANT=14-buster
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:dev-${VARIANT}
|
||||
|
||||
# Install tslint, typescript. eslint is installed by javascript image
|
||||
ARG NODE_MODULES="tslint-to-eslint-config typescript"
|
||||
|
|
Загрузка…
Ссылка в новой задаче