Browse Source

script(autogen): remove set -e

pull/349/merge
MinJae Kwon 2 years ago
parent
commit
0458573502
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      autogen.sh

+ 1
- 2
autogen.sh View File

@@ -1,10 +1,9 @@
#!/bin/bash #!/bin/bash
set -e


app_root_dir="diagrams" app_root_dir="diagrams"


# NOTE: azure icon set is not latest version # NOTE: azure icon set is not latest version
providers=("onprem" "aws" "azure" "digitalocean" "gcp" "ibm" "firebase" "k8s" "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale" )
providers=("onprem" "aws" "azure" "digitalocean" "gcp" "ibm" "firebase" "k8s" "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale")


if ! [ -x "$(command -v round)" ]; then if ! [ -x "$(command -v round)" ]; then
echo 'round is not installed' echo 'round is not installed'


Loading…
Cancel
Save