Skip to content

Commit 0def3ab

Browse files
author
sgkens
committed
👷 ci(build): updating gitlab ci/cd
🧰 Build:
1 parent 4a83f77 commit 0def3ab

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build/bt1-ci-build-module.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ $exclude = "Issue#1.txt"
1111

1212
$AutoVersion = (Get-GitAutoVersion).Version
1313

14-
Remove-Item -Path .\dist\$moduleName -Recurse -Force -ErrorAction SilentlyContinue
15-
1614
Build-Module -SourcePath .\ `
1715
-DestinationPath .\dist `
1816
-Name $moduleName `

build/bt1-p2-ci-test-pssa.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Invoke-ScriptAnalyzer -Path '.\' -Recurse -severity warning -excluderule PSUseBOMForUnicodeEncodedFile,PSAvoidUsingWriteHost
1+
Invoke-ScriptAnalyzer -Path '.\' -Recurse -severity warning -excluderule PSUseBOMForUnicodeEncodedFile,PSAvoidUsingWriteHost || exit 1

test/Test-Unit-Pester.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Describe "cmdlets" {
7272
#TODO: Unsure if this function is needed, but it is here for now
7373
New-Commit @params |
7474
Format-FusionMD |
75-
Update-Changelog -logfile .\CHANGELOG-Test.md | should -match "{'response':'success','message':'(.*?)'}"
75+
Update-Changelog -logfile .\tools\CHANGELOG-Test.md | should -match "{'response':'success','message':'(.*?)'}"
7676
}
7777

7878
it "Set-commit - Should Return [String]" {

0 commit comments

Comments
 (0)