Skip to content

Commit

Permalink
Update ss.sh
Browse files Browse the repository at this point in the history
arm cleanup
  • Loading branch information
tbaka-akamai authored Aug 31, 2023
1 parent 1589455 commit 3531b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ss.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
#trap "cleanup $? $LINENO" EXIT
trap "cleanup $? $LINENO" EXIT

## Deployment Variables
# <UDF name="token_password" label="Your Linode API token" />
Expand Down Expand Up @@ -107,4 +107,4 @@ function setup {
# main
setup
run ansible:build
run ansible:deploy && export SUCCESS="true"
run ansible:deploy && export SUCCESS="true"

0 comments on commit 3531b8f

Please sign in to comment.