Skip to content

Commit ab74fad

Browse files
authored
Add lammps (#4)
* azure: preparing script to install lammps * add parallel instructions and debug info also will test running ssh commands in parallel Signed-off-by: vsoch <[email protected]>
1 parent 3ec2c31 commit ab74fad

File tree

3 files changed

+701
-11
lines changed

3 files changed

+701
-11
lines changed

tutorial/azure/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.PHONY: all
2-
all: init fmt validate apply
2+
all: apply
33

44
.PHONY: init
55
init:
@@ -14,11 +14,11 @@ validate:
1414
terraform validate
1515

1616
.PHONY: apply
17-
apply:
17+
apply: init fmt validate
1818
terraform apply
1919

2020
.PHONY: apply-approved
21-
apply-approved:
21+
apply-approved: init fmt validate
2222
terraform apply --auto-approve
2323

2424
.PHONY: destroy

0 commit comments

Comments
 (0)