Skip to content

Commit b98f859

Browse files
committed
Remove empty smoke test layer
1 parent 0547704 commit b98f859

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

22/windows-2019/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ COPY docker-entrypoint.ps1 C:/docker-entrypoint.ps1
5858
RUN $newPath = ('C:\nodejs;{0}' -f $env:PATH); \
5959
Write-Host ('Updating PATH: {0}' -f $newPath); \
6060
[Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine); \
61-
# Because we need to use it in the current session
61+
# Because we need to use it in the current session
6262
$env:PATH = $newPath; \
6363
node --version; \
6464
npm --version;

22/windows-2022/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ COPY docker-entrypoint.ps1 C:/docker-entrypoint.ps1
5858
RUN $newPath = ('C:\nodejs;{0}' -f $env:PATH); \
5959
Write-Host ('Updating PATH: {0}' -f $newPath); \
6060
[Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine); \
61-
# Because we need to use it in the current session
61+
# Because we need to use it in the current session
6262
$env:PATH = $newPath; \
6363
node --version; \
6464
npm --version;

Dockerfile-windows.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ COPY docker-entrypoint.ps1 C:/docker-entrypoint.ps1
4747
RUN $newPath = ('C:\nodejs;{0}' -f $env:PATH); \
4848
Write-Host ('Updating PATH: {0}' -f $newPath); \
4949
[Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine); \
50-
# Because we need to use it in the current session
50+
# Because we need to use it in the current session
5151
$env:PATH = $newPath; \
5252
node --version; \
5353
npm --version;

0 commit comments

Comments
 (0)