Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolving QA workflow error #3530

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Resolving QA workflow error #3530

merged 1 commit into from
Feb 11, 2025

Conversation

AtlasLinden
Copy link
Contributor

Error:

At C:\actions-runner\_work\_temp\75a52fce-ed9c-4350-9d42-831b85733476.ps1:9 char:3
+ if [[ -z "$ARTIFACT_NAME" ]]; then
+   ~
Missing '(' after 'if' in if statement.
At C:\actions-runner\_work\_temp\75a52fce-ed9c-4350-9d42-831b85733476.ps1:9 char:5
+ if [[ -z "$ARTIFACT_NAME" ]]; then
+     ~
Missing type name after '['.
At C:\actions-runner\_work\_temp\75a52fce-ed9c-4350-9d42-831b85733476.ps1:21 char:3
+ if [[ ! -f ~/secondlife-build/installer.zip ]]; then
+   ~
Missing '(' after 'if' in if statement.
At C:\actions-runner\_work\_temp\75a52fce-ed9c-4350-9d42-831b85733476.ps1:21 char:5
+ if [[ ! -f ~/secondlife-build/installer.zip ]]; then
+     ~
Missing type name after '['.
    + CategoryInfo          : ParserError: (:) [], ParseException
    + FullyQualifiedErrorId : MissingOpenParenthesisInIfStatement
 
Error: Process completed with exit code 1.

Error:
At C:\actions-runner\_work\_temp\75a52fce-ed9c-4350-9d42-831b85733476.ps1:9 char:3
+ if [[ -z "$ARTIFACT_NAME" ]]; then
+   ~
Missing '(' after 'if' in if statement.
At C:\actions-runner\_work\_temp\75a52fce-ed9c-4350-9d42-831b85733476.ps1:9 char:5
+ if [[ -z "$ARTIFACT_NAME" ]]; then
+     ~
Missing type name after '['.
At C:\actions-runner\_work\_temp\75a52fce-ed9c-4350-9d42-831b85733476.ps1:21 char:3
+ if [[ ! -f ~/secondlife-build/installer.zip ]]; then
+   ~
Missing '(' after 'if' in if statement.
At C:\actions-runner\_work\_temp\75a52fce-ed9c-4350-9d42-831b85733476.ps1:21 char:5
+ if [[ ! -f ~/secondlife-build/installer.zip ]]; then
+     ~
Missing type name after '['.
    + CategoryInfo          : ParserError: (:) [], ParseException
    + FullyQualifiedErrorId : MissingOpenParenthesisInIfStatement
 
Error: Process completed with exit code 1.
@AtlasLinden AtlasLinden merged commit 783e768 into develop Feb 11, 2025
14 checks passed
@AtlasLinden AtlasLinden deleted the atlas-qaworkflow-patch4 branch February 11, 2025 21:45
@github-actions github-actions bot locked and limited conversation to collaborators Feb 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants