Skip to content

Commit

Permalink
Committing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
49081 committed Mar 20, 2024
1 parent 93080ce commit 1fd387f
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
sleep 60
export RESULT=$(az containerapp env show --name $ACA_ENVIRONMENT_NAME --resource-group $RESOURCE_GROUP --output tsv --query properties.provisioningState)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
if [[ -z $ACA_JOB_NAME ]]; then
export ACA_JOB_NAME=aca-job-$RANDOM
fi
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/containerapp_dropwizard_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
export ACA_DROPWIZARD=dropwizard
az containerapp create \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
if [[ -z $ACA_JOB_NAME ]]; then
export ACA_JOB_NAME=aca-job-$RANDOM
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
if [[ -z $ACA_JOB_NAME ]]; then
export ACA_JOB_NAME=aca-job-$RANDOM
fi
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/containerapp_glassfish_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
export ACA_GLASSFISH=glassfish
az containerapp create \
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/containerapp_helidon_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
export ACA_HELIDON=helidon
az containerapp create \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
if [[ -z $ACA_JOB_NAME ]]; then
export ACA_JOB_NAME=aca-job-$RANDOM
fi
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/containerapp_micronaut_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
export ACA_MICRONAUT=micronaut
az containerapp create \
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/containerapp_piranha_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
export ACA_PIRANHA=piranha
az containerapp create \
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/containerapp_quarkus_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
export ACA_QUARKUS=quarkus
az containerapp create \
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/containerapp_springboot_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
export ACA_SPRINGBOOT=springboot
az containerapp create \
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/containerapp_tomcat_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
export ACA_TOMCAT=tomcat
az containerapp create \
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/containerapp_wildfly_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ jobs:
export ACA_REGION=westus
fi
az containerapp env create \
--name $ACA_ENVIRONMENT_NAME \
--resource-group $RESOURCE_GROUP \
--location "$ACA_REGION"
--location "$ACA_REGION" || true
sleep 60
export ACA_WILDFLY=wildfly
az containerapp create \
Expand Down

0 comments on commit 1fd387f

Please sign in to comment.