File tree 6 files changed +174
-5
lines changed
6 files changed +174
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
-
2
+ #
3
+ # Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4
+ # remote teams.
5
+ #
6
+ # Copyright (C) 2016 - Present Pivotal Software, Inc.
7
+ #
8
+ # This program is free software: you can redistribute it and/or modify
9
+ #
10
+ # it under the terms of the GNU Affero General Public License as
11
+ #
12
+ # published by the Free Software Foundation, either version 3 of the
13
+ #
14
+ # License, or (at your option) any later version.
15
+ #
16
+ #
17
+ #
18
+ # This program is distributed in the hope that it will be useful,
19
+ #
20
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ #
22
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ #
24
+ # GNU Affero General Public License for more details.
25
+ #
26
+ #
27
+ #
28
+ # You should have received a copy of the GNU Affero General Public License
29
+ #
30
+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
3
31
set -e
4
32
5
33
BASE_DIR=" $( dirname " $0 " ) "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
-
2
+ #
3
+ # Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4
+ # remote teams.
5
+ #
6
+ # Copyright (C) 2016 - Present Pivotal Software, Inc.
7
+ #
8
+ # This program is free software: you can redistribute it and/or modify
9
+ #
10
+ # it under the terms of the GNU Affero General Public License as
11
+ #
12
+ # published by the Free Software Foundation, either version 3 of the
13
+ #
14
+ # License, or (at your option) any later version.
15
+ #
16
+ #
17
+ #
18
+ # This program is distributed in the hope that it will be useful,
19
+ #
20
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ #
22
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ #
24
+ # GNU Affero General Public License for more details.
25
+ #
26
+ #
27
+ #
28
+ # You should have received a copy of the GNU Affero General Public License
29
+ #
30
+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
3
31
mkdir -p " $( pwd) /docker_node_modules"
4
32
5
33
docker run -it \
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ #
3
+ # Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4
+ # remote teams.
5
+ #
6
+ # Copyright (C) 2016 - Present Pivotal Software, Inc.
7
+ #
8
+ # This program is free software: you can redistribute it and/or modify
9
+ #
10
+ # it under the terms of the GNU Affero General Public License as
11
+ #
12
+ # published by the Free Software Foundation, either version 3 of the
13
+ #
14
+ # License, or (at your option) any later version.
15
+ #
16
+ #
17
+ #
18
+ # This program is distributed in the hope that it will be useful,
19
+ #
20
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ #
22
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ #
24
+ # GNU Affero General Public License for more details.
25
+ #
26
+ #
27
+ #
28
+ # You should have received a copy of the GNU Affero General Public License
29
+ #
30
+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
2
31
set -e
3
32
4
33
TAG=$1
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
-
2
+ #
3
+ # Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4
+ # remote teams.
5
+ #
6
+ # Copyright (C) 2016 - Present Pivotal Software, Inc.
7
+ #
8
+ # This program is free software: you can redistribute it and/or modify
9
+ #
10
+ # it under the terms of the GNU Affero General Public License as
11
+ #
12
+ # published by the Free Software Foundation, either version 3 of the
13
+ #
14
+ # License, or (at your option) any later version.
15
+ #
16
+ #
17
+ #
18
+ # This program is distributed in the hope that it will be useful,
19
+ #
20
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ #
22
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ #
24
+ # GNU Affero General Public License for more details.
25
+ #
26
+ #
27
+ #
28
+ # You should have received a copy of the GNU Affero General Public License
29
+ #
30
+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
3
31
set -e
4
32
5
33
BASE_DIR=" $( dirname " $0 " ) "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
-
2
+ #
3
+ # Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4
+ # remote teams.
5
+ #
6
+ # Copyright (C) 2016 - Present Pivotal Software, Inc.
7
+ #
8
+ # This program is free software: you can redistribute it and/or modify
9
+ #
10
+ # it under the terms of the GNU Affero General Public License as
11
+ #
12
+ # published by the Free Software Foundation, either version 3 of the
13
+ #
14
+ # License, or (at your option) any later version.
15
+ #
16
+ #
17
+ #
18
+ # This program is distributed in the hope that it will be useful,
19
+ #
20
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ #
22
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ #
24
+ # GNU Affero General Public License for more details.
25
+ #
26
+ #
27
+ #
28
+ # You should have received a copy of the GNU Affero General Public License
29
+ #
30
+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
3
31
set -e
4
32
5
33
BASE_DIR=" $( dirname " $0 " ) "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
-
2
+ #
3
+ # Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4
+ # remote teams.
5
+ #
6
+ # Copyright (C) 2016 - Present Pivotal Software, Inc.
7
+ #
8
+ # This program is free software: you can redistribute it and/or modify
9
+ #
10
+ # it under the terms of the GNU Affero General Public License as
11
+ #
12
+ # published by the Free Software Foundation, either version 3 of the
13
+ #
14
+ # License, or (at your option) any later version.
15
+ #
16
+ #
17
+ #
18
+ # This program is distributed in the hope that it will be useful,
19
+ #
20
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ #
22
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ #
24
+ # GNU Affero General Public License for more details.
25
+ #
26
+ #
27
+ #
28
+ # You should have received a copy of the GNU Affero General Public License
29
+ #
30
+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
3
31
set -e
4
32
5
33
BASE_DIR=" $( dirname " $0 " ) "
You can’t perform that action at this time.
0 commit comments