We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc95c4 commit acf866bCopy full SHA for acf866b
.github/workflows/ec2-pipeline-debug.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Verify EC2 Instance
104
run: |
105
- apt update && apt upgrade -y && apt install -y build-essential curl wget git vim unzip awscli zip tar apt-transport-https gnupg lsb-release
+ DEBIAN_FRONTEND=noninteractive apt update && apt upgrade -y && apt install -y curl wget git vim unzip awscli zip tar lsb-release
106
107
echo "Checking instance information..."
108
# Check if we're on EC2
0 commit comments