Travis CI already exports variables.
Explicit exports are redundant
This commit is contained in:
parent
97fd81312c
commit
1a1b3bd583
|
@ -72,7 +72,6 @@ install:
|
||||||
# Use a heartbeat loop to produce output while compiling the policy, which takes a quite long time.
|
# Use a heartbeat loop to produce output while compiling the policy, which takes a quite long time.
|
||||||
script:
|
script:
|
||||||
- POLVER=$(checkpolicy -V | cut -d' ' -f1)
|
- POLVER=$(checkpolicy -V | cut -d' ' -f1)
|
||||||
- export TYPE DISTRO DIRECT_INITRC MONOLITHIC
|
|
||||||
- echo $TYPE $DISTRO $DIRECT_INITRC $MONOLITHIC $POLVER
|
- echo $TYPE $DISTRO $DIRECT_INITRC $MONOLITHIC $POLVER
|
||||||
|
|
||||||
# Prepare sources:
|
# Prepare sources:
|
||||||
|
|
Loading…
Reference in New Issue